build: Use the appropriate symbol visibility annotation
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 22 Aug 2017 09:27:14 +0000 (10:27 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 22 Aug 2017 09:27:14 +0000 (10:27 +0100)
commite3f99fa2df0ef52f3624159e19d2828552a8a1c5
tree3e6d651e26fb83d70db09437d7c5198d0dc1c484
parent7845854ca2790d9b6c13346538b27c2bf2f47879
build: Use the appropriate symbol visibility annotation

We cargo-culted this from Autotools, but GCC on Windows supports the
same __declspec syntax as MSVC. The only difference is the additional
flag needed for GCC-like compilers.
meson.build